home *** CD-ROM | disk | FTP | other *** search
/ Spawn Figure Collection / spawn collection cd.iso / movies / collection.dir / 00032_Script_32 < prev    next >
Text File  |  1997-12-23  |  421b  |  18 lines

  1. on whatBitmaps
  2.   global gEBitmap
  3.   global gEditStack
  4.   set the puppet of sprite(3) to TRUE
  5.   set the blend of sprite(3) to 20
  6.   if the mouseWord = -1 then
  7.     return
  8.   else
  9.     if the mouseDown then
  10.       hilite word (the mouseWord) of member"Γ╩δ·α═≤≤"
  11.       set gEBitmap to word the mouseWord of the text of member"Γ╩δ·α═≤≤"
  12.       set gEditStack to gEditStack + 1
  13.       go next
  14.     end if
  15.   end if
  16. end
  17.  
  18.